type net/http.http2responseWriterState
12 uses
net/http (current package)
h2_bundle.go#L4059: rws := &http2responseWriterState{}
h2_bundle.go#L6322: rws := http2responseWriterStatePool.Get().(*http2responseWriterState)
h2_bundle.go#L6324: *rws = http2responseWriterState{} // zero all the fields
h2_bundle.go#L6569: rws *http2responseWriterState
h2_bundle.go#L6579: type http2responseWriterState struct {
h2_bundle.go#L6604: type http2chunkWriter struct{ rws *http2responseWriterState }
h2_bundle.go#L6616: func (rws *http2responseWriterState) hasTrailers() bool { return len(rws.trailers) > 0 }
h2_bundle.go#L6618: func (rws *http2responseWriterState) hasNonemptyTrailers() bool {
h2_bundle.go#L6630: func (rws *http2responseWriterState) declareTrailer(k string) {
h2_bundle.go#L6648: func (rws *http2responseWriterState) writeChunk(p []byte) (n int, err error) {
h2_bundle.go#L6787: func (rws *http2responseWriterState) promoteUndeclaredTrailers() {
h2_bundle.go#L6946: func (rws *http2responseWriterState) writeHeader(code int) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |